Menu
Home
Explore
People
Places
Arts
History
Plants & Animals
Science
Life & Culture
Technology
Reference.org
Sign In
Science
Mathematics
Theoretical computer science
Data structures and types
Data structures and types
Abstract data type
Mathematical model for data types
Array (data structure)
Type of data structure
Associative array
Abstract data type that associates keys with values
Binary search tree
Data structure in tree form sorted for fast lookup
B-tree
A self-balancing, tree-based data structure, that allows read/write access in logarithmic time
Data model
An abstract model that organizes elements of data and standardizes how they relate to one another and to real-world entities.
Data structure
Particular way of storing and organizing data in a computer
Graph (abstract data type)
Abstract data type in computer science
Hash table
Associates data values with key values – a lookup table
Heap (data structure)
Computer science data structure
Linked list
Data structure which is a linear collection of data elements, called nodes, each pointing to the next node by means of a pointer
Queue (abstract data type)
Abstract data type
Red–black tree
Self-balancing binary search tree data structure
Stack (abstract data type)
Abstract data type
Tree (abstract data type)
Abstract data type simulating a hierarchical tree structure and represented as a set of linked nodes
Triangular array
Concept in mathematics and computing